Welcome![Sign In][Sign Up]
Location:
Search - Content Filter

Search list

[Editorhtml-xml-utils-2[1].4.tar

Description: HTML-XML-utils由一套小型C程序(过滤器)组成,可以读取HTML 和XML文件,增加一个内容表,一个字母索引,一个书目索引,交叉引用,数字化的头部,删除元素,记数元素,漂亮的打印功能,等等。当它读取HTML时,它假设代码是正确的HTML4.0,或是与其版本相近的代码。-HTML-XML-utils (filter) is composed by a set of small C procedure, may read takes HTML and the XML document, increases a content table, a letter index, a booklist index, the overlapping quotation, the digitized forehead, deletes the element, the register element, attractive printing function, and so on. When it reads takes HTML, its supposition code is correct HTML4.0, perhaps if edition close code.
Platform: | Size: 183296 | Author: 韦生 | Hits:

[GDI-Bitmap对图像进行中值滤波处理的源代码

Description: 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口规定了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应的像素点的灰度值用窗口内的中间值代替。实现均值或中值滤波时,为了简便编程工作,可以定义一个n*n的模板数组。另外,读者需要注意一点,在用窗口扫描图像过程中,对于图像的四个边缘的像素点,可以不处理;也可以用灰度值为"0"的像素点扩展图像的边缘。下面给出了采用加权均值滤波的图像平滑函数代码和效果图:-smoothing filter general, the image of energy is mainly focused on the low-frequency part of the noise lies mainly in the high-frequency band, which system to extract the vehicle Edge Information has been concentrated in some of its high frequency, therefore, how to remove high-frequency interference at the same time, maintain the edge information, we Institute enforcement of the content. In order to remove noise, it is necessary for smooth images can be used to the low-pass filter to remove high-frequency interference. Image Smoothing including airspace and frequency domain method two categories, in the airspace law, the common image smoothing method is used Mean Median filter or filter for filtering mean, it is an odd point in the sliding window on the sliding images of the corresponding
Platform: | Size: 44032 | Author: | Hits:

[Multimedia Developiplab_src

Description: 影像處理源碼,使用C#的程式語言撰寫,內容相當豐富,也有多種filter-imaging source, the use of the C# programming language for writing, rich content, there are a variety of filter
Platform: | Size: 359424 | Author: 小明 | Hits:

[ListView/ListBox6morph

Description: 汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括-car Edge Information has been concentrated in some of its high frequency, therefore, how to remove high-frequency interference at the same time, maintain the edge information is the content of our study. In order to remove noise, it is necessary for smooth images can be used to the low-pass filter to remove high-frequency interference. Smoothing including images
Platform: | Size: 212992 | Author: | Hits:

[OtherSPS21

Description: 一款程序源代码发布管理系统的源码,比之初始状态更新了若干内容,主要有: 1.重新定义了表格 2.修正了左侧导航栏的高度问题 3.改变了浏览内容时回到顶端的显示方式 4.增加了制表符和换行符的过滤 5.增加了行数显示 6.加入了静态页面预览功能 7.更新了界面 8.修改了数据库未同步的错误 9.增加了显示管理,控制文件是否显示 10.为每个文件增加了水平滚动条-new source code management system released the source code, which compared to the initial state updated several elements, including : 1. Re-definition of the two forms. Amendments to the left navigation bar height 3. Change the View content to the top of the display mode 4. Increased tab and newline filter 5. a few firms showed 6. join a static page preview function 7. updated interface 8. the database did not change the synchronization error 9. showed an increase of management, control documents show 10. for each document increased the level of the rolling
Platform: | Size: 52224 | Author: 蔡思洋 | Hits:

[DirextXDirectXCapture_demo

Description: 提供1個以C#程式開發DirectShow的功能,其中有2個dll檔分別為DirectX.Capture.dll和DShowNET.dll提供 directshow 各個Filter功能, 及DirectX.Capture.chm 說明文件並附上一個C# 開發環境測試原始碼CaptureTest,程式內容有 影像和聲音抓取及壓縮等功能 -provide a formula to C# development DirectShow functions, which are two dll stalls were DirectX.Capture.dll and provide directshow DShowNET.dll all Filter function, and DirectX.Capture.chm note accompanied by a C# development environment testing CaptureTest source, program content images and sound to capture and compression functions
Platform: | Size: 198656 | Author: huw | Hits:

[Internet-Networkbadwords

Description: 脏话过滤程序 使用方法如下: 先包含下面文件 require "badwords/badwords.php" 运用类中的函数replace_bad($text) 参数$text为要过滤的内容 例如: 声明类 $bad = new badword 替换 $text2=$bad->replace_bad($text) $text2为替换后的内容 -mouths filtration methods used are as follows : first contains the following documents require "badwords/badwords.php" use category the function replace_bad ($ text) parameters for the $ text to filter the content, for example : bad statement category = new $ badword replacement = $ $ text2 bad-
Platform: | Size: 34816 | Author: 孙竟飞 | Hits:

[Other200671920394993

Description: 第一个公开源码的游戏内存修改作弊程序!支持搜索过滤任意进程(核心进程除外)所在的内存中和搜索匹配的内容,并对内存值进行锁定、修改等功能!Win98或2000下测试通过。-first open-source memory of the game revised procedures for cheating! Search filter support arbitrary process (except for the core process) where the memory matching and search the content, Memory values as well as lock and revise functional! Win98 or 2000 under test.
Platform: | Size: 8192 | Author: 雷鸣 | Hits:

[Special Effectsbmplvbohis

Description: 打开bmp位图,实现指数.巴特沃斯.理想高低通滤波等,图像的反白线性变换,直方图,直方图均衡,实现显示彩色图像的his通道,和rgb通道内容等,灰度图像伪彩化,彩色图像着色-open bmp bitmap realize index. Butterworth. More idealistic than pass filter. Anti-white images of linear transformation, histogram, histogram equalization and achieve color image shows his access, rgb channel and content, gray pseudo-color images, color image coloring
Platform: | Size: 515072 | Author: 陈小波 | Hits:

[ICQ-IM-ChatJavaChatRoom

Description: Java聊天室程序源 2 需求分析 2.1 业务需求 1. 与聊天室成员一起聊天。 2. 可以与聊天室成员私聊。 3. 可以改变聊天内容风格。 4. 用户注册(含头像)、登录。 5. 服务器监控聊天内容。 6. 服务器过滤非法内容。 7. 服务器发送通知。 8. 服务器踢人。 9. 保存服务器日志。 10.保存用户聊天信息。 2.2 系统功能模块 2.2.1 服务器端 1.处理用户注册 2.处理用户登录 3.处理用户发送信息 4.处理用户得到信息 5.处理用户退出 2.2.2 客户端 1.用户注册界面及结果 2.用户登录界面及结果 3.用户发送信息界面及结果 4.用户得到信息界面及结果 5.用户退出界面及结果 2.3 性能需求 运行环境:Windows 9x、2000、xp、2003,Linux 必要环境:JDK 1.5 以上 硬件环境:CPU 400MHz以上,内存64MB以上 --------------------------------- 有什么问题请和我联系 QQ:281284015 Email:ibm_chen@163.com -Java Chat Room 2 program source needs analysis business needs a 2.1. Chat with the members of chat rooms. 2. Chat with the members of Private Chat Room. 3. Chat can change the content style. 4. Registered users (including Head), logged. 5. Chat server monitoring content. 6. Server filter illegal content. 7. The server sends notice. 8. Server fashion. 9. Preservation of the server log. 10. Chat preserve information users. 2.2 system function module 2.2.1 server one. Handling two registered users. Handle user login 3. Consumer Send information 4. consumer access to information 5. 2.2.2 users from dealing with the client one. Registered users interface and guitarist Fruit 2. User login interface and results 3. Send user interface for information and the results of four. user interface access
Platform: | Size: 1094656 | Author: chenmin | Hits:

[OtherCss2.0

Description: 本手册针对的是已有一定网页设计制作经验的读者。其目的是提供最新最全的样式表内容的快速索引及注释。所以对于样式表的基础知识,在此仅简单介绍,恕不赘述。 本手册的升级信息与版权声明请参阅关于本书页面。本手册中专用词汇请参阅中英文词汇对照表。 限于篇幅,对于一些过于繁杂的相关内容,如动态样式属性(Dynamic Properties),滤镜(Filters),行为(Behaviors)请参阅我的其它相关著作。 本书中涉及到的所有HTML对象(Object,Element),HTML特性(Attributes)和属性(Properties)请参阅我的相关著作。 -This manual is aimed at the production of a certain web page design experience of readers. Its purpose is to provide the latest and most wide style sheet content rapid indexing and Notes. Therefore, style sheets for the basic knowledge, in this only briefly, not to go into details. The manual upgrade information and copyright notice Please see the page on this book. Specialized vocabulary in this manual please refer to table in both Chinese and English vocabulary. Due to space limitations, are too complicated for some related content, such as dynamic style attributes (Dynamic Properties), Filter (Filters), behavior (Behaviors) Please see my other related works. This book relates to all the HTML objects (Object, Element), HTML properties (Attributes) and attributes (Properties) please see my related writings.
Platform: | Size: 248832 | Author: 清风扬 | Hits:

[File Formatcd4photoshoplvjingpian

Description: 本文是我最近学习过的photoshop材料,是关于滤镜处理方面的,内容超全,让我们一起分享,希望对学习这方面的朋友有利!是chm文件格式-In this paper, I have recently learned of photoshop material, is on the filter processing, the content of ultra-wide, let us share the hope of learning in this area conducive to Friend! Chm file format is
Platform: | Size: 8135680 | Author: 阳关 | Hits:

[Internet-NetworkBLOG

Description: 1、首页显示各帖查看数及评论数。及时了解各帖关注度。 2、独立音乐联结,看帖不受影响。 3、日志浏览权限控制。 4、注册发送Email欢迎功能和留言回复发送Email提醒功能。 5、用户管理、发帖内容管理、脏话过滤。 6、后台数据备份管理 7、发帖支持UBB 8、快速分页,支持海量数据显示 9、后台登陆错误记录,方便分析 10、独特的MD5加密文件,使密码牢不可破,任何人无法使用破解软件破解。 11、IP封锁(过滤)功能 12、Jmail群发功能 13、首页静态化-1, Home with view showing the number and number of comments. Keep abreast with the attention. 2, independent music association, will not be affected to see with. 3, log browser access control. 4, registration Send Email welcome function and send messages back Email alerts. 5, user management, post content management, bad language filter. 6, the background data backup management 7, posting support UBB 8, quick paging, support for massive data show that 9, the background landing error records, to facilitate analysis of 10, unique MD5 encrypted file, so unbreakable password, anyone who can not be used to crack software crack . 11, IP blocking (filtering) function 12, Jmail mass function of 13, Home of static
Platform: | Size: 1683456 | Author: Michael | Hits:

[Search Engine1111

Description: 主题蜘蛛的设计与实现 摘要: 针对多媒体资源在网上的分布特点,采用链接类型过滤、网页内容过滤、链接内容过滤三层过滤和临时页面存储、目标页面存储、中间链接存储、更新存储四层存储机制,设计并实现了一个对包含多媒体资源(音频、视频和Flash 动画) 的网页进行搜集的主题蜘蛛. 实验结果显示,该主题蜘蛛能有效提高查准率.-The theme of Spider Design and Implementation of Abstract: In view of multimedia resources in the online distribution of characteristics, the use of link types of filter, web content filtering, content filtering, three-link filter and temporary page storage, the target page storage, the link between storage and update stored four storage mechanism, designed and implemented that contains a multimedia resources (audio, video and Flash animation) web pages to collect the subject of spiders. The experimental results revealed that the theme of spiders can effectively improve precision.
Platform: | Size: 229376 | Author: 梁军 | Hits:

[OtherDSP_basis_and_application_system_design

Description: 主要介绍TI公司DSP芯片硬、软件的应用与开发。对硬件不仅深入地介绍TMS320C3X和TMS320C6000两个系列的芯片,也详细地介绍了它们的各种外围芯片及其外围的扩展:存储器扩展;PCI及USB扩展、A/D与D/A扩展、数字I/O扩展及多DSP之间的通信,还给出了丰富的设计实例。在软件方面,对DSP系统的开发工具、COFF文件格式、用汇编语言和C语言进行DSP开发等做了详细介绍。最后给出了DSP的数字滤波器及FFT设计的实例。本书内容丰富、新颖,实用性强,适合从事数字信号处理(DSP)的科技人员和高校师生阅读。-TI introduces the company DSP chip hardware, software applications and development. Not only the depth of hardware TMS320C3X and TMS320C6000 introduced two series of chips, is also described in detail their various external chip and its peripheral expansion: memory expansion PCI and USB expansion, A/D and D/A expansion, digital I/O expansion and more communication between the DSP, but also gives a wealth of design examples. On the software side, on the DSP system development tools, COFF file format, using assembly language and C language for DSP development has done a detailed briefing. Finally, the DSP and the FFT of the digital filter design examples. The book is rich in content, innovative, practical, suitable for digital signal processing (DSP) of scientific and technological personnel and college students to read.
Platform: | Size: 15345664 | Author: laojiang | Hits:

[matlabsignal_procesing_using_matlab

Description: 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir滤波器窗函数wn idealfilter 理想滤波器(低通,高通,带通)hdn idealhd 理想低通滤波器 /fir gui(fir滤波器GUI设计) gui_top 总图 gui_fir fir滤波器GUI gui_sigout 选择信号GUI /power caculate(功率谱分析) directpower 直接谱分析 indirectpower 间接谱分析(估计谱分析) noise 噪声谱分析 /sigout(常见信号产生) sigout 离散信号产生-Digital signal processing matlab based on the content of the document/conv (convolution part) dupconv law of reservations freqcirconv overlapping frequency domain circular convolution freqconv frequency domain convolution timecirconv time-domain circular convolution timeconv time-domain convolution/fft (frequency domain analysis part) d2fft base 2FFT dft DFT the most simplified procedure dtft DTFT demo/fir (fir filter design) fir be fir filter hn getwindow be fir filter window function wn idealfilter ideal filter (low pass, high pass, band-pass) hdn idealhd ideal low-pass Filter/fir gui (fir filter GUI design) gui_top general layout gui_fir fir filter selection GUI gui_sigout signal GUI/power caculate (power spectrum analysis) directpower direct spectral analysis indirectpower indirect spectral analysis (spectral analysis estimated) noise noise spectrum analysis/sigout (common signals) sigout discrete signals
Platform: | Size: 36864 | Author: 芦达 | Hits:

[WEB CodeNekoHtml

Description: 基本功能:抓取指定网面指定表格的数据; 使用说明:输入指定网页地址,网页编码、表格索引,过滤行、旬索引或者过滤内容条件-Basic functions: crawl the specified network face designated form data Usage: Enter the specified web page address, web page encoding, indexing tables, filtration lines, or filter the content of Xunyang index terms
Platform: | Size: 2048 | Author: jw | Hits:

[Special EffectsFIR

Description: 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir滤波器窗函数wn idealfilter 理想滤波器(低通,高通,带通)hdn idealhd 理想低通滤波器 /fir gui(fir滤波器GUI设计) gui_top 总图 gui_fir fir滤波器GUI gui_sigout 选择信号GUI /power caculate(功率谱分析) directpower 直接谱分析 indirectpower 间接谱分析(估计谱分析) noise 噪声谱分析 /sigout(常见信号产生) sigout 离散信号产生-Digital signal processing matlab based on the content of the document/conv (convolution part) dupconv law of reservations freqcirconv overlapping frequency domain circular convolution freqconv frequency domain convolution timecirconv time-domain circular convolution timeconv time-domain convolution/fft (frequency domain analysis part) d2fft base 2FFT dft DFT the most simplified procedure dtft DTFT demo/fir (fir filter design) fir be fir filter hn getwindow be fir filter window function wn idealfilter ideal filter (low pass, high pass, band-pass) hdn idealhd ideal low-pass Filter/fir gui (fir filter GUI design) gui_top general layout gui_fir fir filter selection GUI gui_sigout signal GUI/power caculate (power spectrum analysis) directpower direct spectral analysis indirectpower indirect spectral analysis (spectral analysis estimated) noise noise spectrum analysis/sigout (common signals) sigout discrete signals
Platform: | Size: 36864 | Author: 李文 | Hits:

[Multimedia Developmaisaikechuli

Description: 产生马赛克的filter.可处理指定位置的马赛克。实现对视频内容的遮盖处理-Have a mosaic filter. Can handle the specified location mosaic. The realization of video content to cover handling
Platform: | Size: 227328 | Author: wangzhimin | Hits:

[MultiLanguagecompare_text

Description: 文件比对内容,可以过滤重复号码,多余号码-Paper than on the content, you can filter duplicate numbers, redundant number
Platform: | Size: 183296 | Author: mr mils | Hits:
« 1 2 34 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net